@charset "UTF-8";

body {background-color: #77797b;
	  color: #f2ee02;
	  font-family: "Playfair Display", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; 
	  max-width: 1200px;
	  max-height: 700px;}
	  
#wrapper {background-color: #FFFFFF;
          width: 900px;
		  margin: auto;
		  overflow: auto; }

header {height: 150px; }

nav { padding: 10px; 
	  text-align: center;
	  color: #f2ee02;
	  background-color: #ccc8c7;
	  max-height: 50px;}
nav li {display: inline;}
nav ul {margin: 0 20 0 0;}
nav a {padding-left:10px;
       padding-right: 30px;
	   border-right:solid #5F4931 1px;}

.welcome {
	color: #f2ee02;
	text-align: center;
		    }

article {width: 50%;
		 color: #000000;
		 padding: 10px;}
.contact article {width: 100%;
		 color: #000000;
		 padding: 10px;}

a:link {
	color: #f2ee02;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F82A6;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
